home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / ada_met1.zip / READ_ME.MET < prev    next >
Text File  |  1980-01-04  |  2KB  |  24 lines

  1.  
  2. ┌────────────────────────────────  MET_PARS  ─────────────────────────────────┐
  3. │                                                                             │
  4. │         MET_PARS is a program that measures the complexity of Ada source    │
  5. │     code. Researchers have found that complexity metrics are correlated     │
  6. │     with the understandability of the source code, development and          │
  7. │     maintenace costs, and error rates. STO sells a library of reusable      │
  8. │     Ada software for $450 from which MET_PARS and other tools are built.    │
  9. │                                                                             │
  10. │         This version of MET_PARS measures the Halstead metric, and          │
  11. │     displays a wide variety of information about components in the          │
  12. │     Ada program, as well as values for Halstead's metric. The parser        │
  13. │     does not handle the PRAGMA statement of Ada.                            │
  14. │                                                                             │
  15. │         To use the program, type  MET_PARS followed by the filename.        │
  16. │     Test prorgams, LISTING.ADA and EXECUTE.ADA are provided.  Type          │
  17. │                                                                             │
  18. │          MET_PARS LISTING.ADA      or      MET_PARS EXECUTE.ADA             │
  19. │                                                                             │
  20. │     to start the analysis.                                                  │
  21. │                                                                             │
  22. │     Source Translation & Optimization, P.O. Box 404, Belmont,  MA 02178     │
  23. │     617-489-3727            srctran@world.std.com             June 1991     │
  24. └─────────────────────────────────────────────────────────────────────────────┘